home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June / CHIP 2006-06.2.iso / program / driver / 6-4_xp-2k_dd_cc.exe / Data1.cab / _FE27C267456444B4A56CFEADAC663672 < prev    next >
Encoding:
Text File  |  2004-11-18  |  2.6 KB  |  93 lines

  1. // Copyright (c) 2001-2003 Quadralay Corporation.  All rights reserved.
  2. //
  3.  
  4. function  WWHJavaScriptSettings_Object()
  5. {
  6.   this.mHoverText = new WWHJavaScriptSettings_HoverText_Object();
  7.  
  8.   this.mTabs   = new WWHJavaScriptSettings_Tabs_Object();
  9.   this.mTOC    = new WWHJavaScriptSettings_TOC_Object();
  10.   this.mIndex  = new WWHJavaScriptSettings_Index_Object();
  11.   this.mSearch = new WWHJavaScriptSettings_Search_Object();
  12. }
  13.  
  14. function  WWHJavaScriptSettings_HoverText_Object()
  15. {
  16.   this.mbEnabled = true;
  17.  
  18.   this.mFontStyle = "font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 8pt";
  19.  
  20.   this.mWidth = 150;
  21.  
  22.   this.mForegroundColor = "#000000";
  23.   this.mBackgroundColor = "#FFFFCC";
  24.   this.mBorderColor     = "#999999";
  25. }
  26.  
  27. function  WWHJavaScriptSettings_Tabs_Object()
  28. {
  29.   this.mFontStyle = "font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 10pt";
  30.  
  31.   this.mSelectedTabColor       = "#4E73A1";
  32.   this.mSelectedTabBorderColor = "#FFFFFF";
  33.   this.mSelectedTabTextColor   = "#FFFFFF";
  34.  
  35.   this.mDefaultTabColor       = "#CCCCCC";
  36.   this.mDefaultTabBorderColor = "#666666";
  37.   this.mDefaultTabTextColor   = "#000000";
  38. }
  39.  
  40. function  WWHJavaScriptSettings_TOC_Object()
  41. {
  42.   this.mbShow = true;
  43.  
  44.   this.mFontStyle = "font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 8pt";
  45.  
  46.   this.mHighlightColor = "#CCCCCC";
  47.   this.mEnabledColor   = "#315585";
  48.   this.mDisabledColor  = "black";
  49.  
  50.   this.mIndent = 17;
  51. }
  52.  
  53. function  WWHJavaScriptSettings_Index_Object()
  54. {
  55.   this.mbShow = true;
  56.  
  57.   this.mFontStyle = "font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 8pt";
  58.  
  59.   this.mHighlightColor = "#CCCCCC";
  60.   this.mEnabledColor   = "#315585";
  61.   this.mDisabledColor  = "black";
  62.  
  63.   this.mIndent = 17;
  64.  
  65.   this.mNavigationFontStyle      = "font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 7pt ; font-weight: bold";
  66.   this.mNavigationCurrentColor   = "black";
  67.   this.mNavigationHighlightColor = "#CCCCCC";
  68.   this.mNavigationEnabledColor   = "#315585";
  69.   this.mNavigationDisabledColor  = "#999999";
  70. }
  71.  
  72. function  WWHJavaScriptSettings_Index_DisplayOptions(ParamIndexOptions)
  73. {
  74.   ParamIndexOptions.fSetThreshold(500);
  75.   ParamIndexOptions.fSetSeperator(" - ");
  76. }
  77.  
  78. function  WWHJavaScriptSettings_Search_Object()
  79. {
  80.   this.mbShow = true;
  81.  
  82.   this.mFontStyle = "font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 8pt";
  83.  
  84.   this.mHighlightColor = "#CCCCCC";
  85.   this.mEnabledColor   = "#315585";
  86.   this.mDisabledColor  = "black";
  87.  
  88.   this.mIndent = 17;
  89.  
  90.   this.mbResultsByBook = true;
  91.   this.mbShowRank      = true;
  92. }
  93.